home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Bus / R / Resolve Utilities / Shrwr.txt < prev    next >
Encoding:
Text File  |  1992-05-25  |  4.5 KB  |  119 lines  |  [TEXT/EDIT]

  1. The files that go with this document are designed to help
  2. with some of the areas that I have found to be lacking in Wingz
  3. and Resolve. 
  4.  
  5. *******************************************************
  6. THIS VERSION IS TESTED AND FUNCTIONS WITH RESOLVE ONLY.
  7. *******************************************************
  8.  
  9. If, after trying these utilities out for a few days, you would 
  10. like to keep using them, I would appreciate a shareware
  11. donation of $5 ($7 if you would like the source code).
  12.  
  13. Send me a diskette with your payment and I will send back
  14. a copy right away.  There are no longer shareware reminders
  15. in any of the scripts, but your honesty would be much
  16. appreciated.
  17.  
  18. Send your donation,disk and desires for more utilities to
  19. Mark Shier
  20. 306 E. Lowe
  21. Fairfield, Iowa  52556
  22.  
  23. It would also be interesting to know where you got this set,
  24. but no phone calls please.
  25.  
  26.  
  27. • Startup  The 'Startup' file has been compiled with text 
  28. in case you would like to copy the menu items out of it 
  29. and add them to your own 'Startup' file.
  30.  
  31. If you are not using a startup file now, simply place this one 
  32. in your Resolve folder. It will add a menu called 'Utilities'
  33. to the end of your menu bar. This menu allows access to all
  34. of the utilities listed below. Place the remaining files into 
  35. a folder called Tools in your Resolve folder.
  36.  
  37. U T I L I T I E S
  38.  
  39. • Start  This is a very simple but handy item which simply
  40. returns you to cell A1. This is particularly useful with sheets 
  41. that are larger than your screen.
  42.  
  43.  
  44. • Report Print Range... calls functions from ReportRange. 
  45. Put this file into a folder named Tools in your Resolve folder. 
  46.  
  47. It allows you to see the chosen cell addresses
  48. and change them when setting the report print range.
  49.  
  50. The Page Layout command under the File menu only allows you
  51. to enter the desired range instead of picking up your selection.
  52.  
  53. With this new one under the Utilities menu, you can reset
  54. the range by entering the new range in the dialog box
  55. after having selected any cell (or cells). This is a much 
  56. handier way of dealing with a print range that is larger than 
  57. your screen.
  58.  
  59.  
  60. • Range Names allows you to call functions from the file
  61. RangeNames which should also be put into the Tools folder
  62. in the Resolve folder.
  63.  
  64. It provides an on-screen list of all the names which you have 
  65. assigned to ranges on the spreadsheet. This list box can be copied
  66. as needed and you can place as many boxes as are necessary
  67. side by side on your spreadsheet. After adjusting each of the
  68. list box windows so that all of your names are visible, you 
  69. can print them and have a permanent record of the names.
  70.  
  71. Names are normally accessed through the Named Ranges ... option in 
  72. the Format menu, but they are not in alphabetical order and they are 
  73. not available for printing.
  74. They can also be accessed with the Name menu under Go, but if 
  75. you have more than 128 names, you can't see them all and they are 
  76. also not available for printing.
  77.  
  78.  
  79. • Extractor allows you to call functions from the file
  80. CommentExtractor which like the other two, needs to be placed in
  81. the Tools folder in the Resolve folder.
  82.  
  83. This utility is for people writing their own scripts who want
  84. (or should want) a way to keep track of all the comments (those
  85. great roadmaps for your memory that start with { and end with } ).
  86.  
  87. Commenting code, even simple code, is a very useful way to cut
  88. down on the time it takes to make a change in your code or to
  89. follow the logic you used or are using to accomplish whatever
  90. it is that the script should do.
  91.  
  92. The extractor will prompt you to open the source script and then
  93. it runs on its own. It will select the text in the source script,
  94. copy it, close the file and then do its thing. Lots of comments 
  95. in very large scripts (100K+) can take some time.
  96.  
  97. When it is finished, it will mark the bottom of the new script 
  98. which it has been creating, with a statement to let you know that
  99. it extracted all of your comments. To allow numbering of controls 
  100. i.e. {Ctr12} to be left out of the extract, it will only record
  101. comments over ten characters long. For your reference, it will also 
  102. stamp the length of time the extract took to produce and then prompt 
  103. you to save it.
  104.  
  105. I normally save them with the same file name as the source file and 
  106. an extension of Docs.
  107.  
  108.  
  109. I hope you find these utilities useful and would welcome requests
  110. for other utilities to bridge the gap between a great spreadsheet
  111. and a super practical great spreadsheet.
  112.  
  113. Depending on the response to this shareware, I will decide 
  114. whether or not to keep working on ways to help others speed their
  115. production time.
  116.  
  117. I hope you like them.-MS
  118.  
  119.